Skip to content

Stop side exit tracing when reach max_root_trace.#11

Open
wxue1 wants to merge 1 commit into
PHP-8.1.4from
stop_more_exit_814
Open

Stop side exit tracing when reach max_root_trace.#11
wxue1 wants to merge 1 commit into
PHP-8.1.4from
stop_more_exit_814

Conversation

@wxue1

@wxue1 wxue1 commented Mar 22, 2023

Copy link
Copy Markdown
Owner

When max_root_trace is reached, JIT in tracing mode will not compile any new code for side trace, but side exit tracing is still going on. We stop it directly instead of lazy blacklisting.

Signed-off-by: Wang, Xue xue1.wang@intel.com

When max_root_trace is reached, JIT in tracing mode will not
compile any new code for side trace, but side exit tracing is
still going on. We stop it directly instead of lazy blacklisting.

Signed-off-by: Wang, Xue xue1.wang@intel.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants